ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntryCollection Class / Add Method / Add(String[]) Method
Array containing the file names of the entries to be added to the zip file.

In This Topic
    Add(String[]) Method
    In This Topic
    Adds a list of entries to the current zip file.
    Syntax
    Public Overloads Sub Add( _
       ByVal fileNames() As String _
    ) 
    public void Add( 
       string[] fileNames
    )

    Parameters

    fileNames
    Array containing the file names of the entries to be added to the zip file.
    See Also